@charset "utf-8";
.footer{
    background: rgba(148, 19, 30, 1);
    color: #fff;
    padding-top: 54px;
    padding-bottom: 30px;
    line-height: 1.8;
}
.footer a{
    color: #fff;
}
.footer .fl img{
    vertical-align: text-top;
}
.footer .fl p span{
	display: inline-block;
}
.footer .fl p span i{
	display: inline-block;
	vertical-align: middle;
	margin-left: .3125em;
	font-style: normal;
	padding: 0 .375em;
	line-height: 1.375em;
	border: 1px solid #fff;
	border-radius: 3px;
}
.footer .fr a{
    display: block;
    float: left;
}
.footer .fr a img{
    margin-top: 10px;
    margin-left: 10px;
}
.footer .fr a:nth-child(2) img{
    margin-top: 20px;
}
.footer .fr > img{
    width: 88px;
    margin-left: 22px;
}
  .slh {
        height: 51px;
        background-color: #fff;
margin-top: 20px!important;
    }    


@media (max-width: 1200px){
    .footer .fr,.footer .fl,.footer .fr a{
        float: none;
    }
    .footer .fr,.footer .fr a{
        text-align: center;
    }
}